Welcome![Sign In][Sign Up]
Location:
Search - matlab inv

Search list

[OtherMDCT

Description: MPEG MDCT的一些文章 A design on the vector-processor of MDCT-IMDCT algorithm for digital audio;A fast algorithm of integer MDCT for lossless audio coding-MPEG MDCT articles A design on the vector-processor of MDCT-IMDCT algorithm for digital audio A fast algorithm of integer MDCT for lossless audio coding
Platform: | Size: 5156864 | Author: dingying | Hits:

[Mathimatics-Numerical algorithmsRESINVM3D

Description: 3D电阻率反演Matlab程序 RESINVM3D is a MATLAB package for inverting 3D Dc Resistivity and Electrical Resistivity Tomography data.-3D resistivity inversion of Matlab procedures RESINVM3D is a MATLAB package for inverting 3D Dc Resistivity and Electrical Resistivity Tomography data.
Platform: | Size: 143360 | Author: danielwood | Hits:

[matlabinv

Description: 该程序能够对于矩阵就行求逆运算,是一个质量比较高的程序。-The program can be on the line for the matrix inverse operation is a relatively high quality of procedures.
Platform: | Size: 2048 | Author: 张晨 | Hits:

[Speech/Voice recognition/combineLMS

Description: LMS算法实现自适应滤波 clear close all clc N=10000 设置仿真长度 信号产生参数设定 a1=-0.195 a1=-1.5955 a2=0.95 R0=[1,a1,a2 a1,1+a2,0 a2,a1,1] p=[1,0,0] r=inv(R0)*p 计算理论自相关函数 R=[r(1),r(2) r(2),r(1)] 生成理论自相关矩阵 p1=[r(2),r(3)] 生成互相关 h=inv(R)*p1 计算维纳解 Jmin=r(1)-h *p1 计算维纳解时最小均方误差 u=1/sum(eigs(R- LMS算法实现自适应滤波 clear close all clc N=10000 设置仿真长度 信号产生参数设定 a1=-0.195 a1=-1.5955 a2=0.95 R0=[1,a1,a2 a1,1+a2,0 a2,a1,1] p=[1,0,0] r=inv(R0)*p 计算理论自相关函数 R=[r(1),r(2) r(2),r(1)] 生成理论自相关矩阵 p1=[r(2),r(3)] 生成互相关 h=inv(R)*p1 计算维纳解 Jmin=r(1)-h*p1 计算维纳解时最小均方误差 u=1/sum(eigs(R))
Platform: | Size: 1024 | Author: wan | Hits:

[Windows DevelopFastWalshHadamardTransform

Description: The function implement the 1D sequency(Walsh) ordered fast Walsh-Hadamard transform which can be used in signal processing, pattern recongnition and Genetic alogorithms. This algorithm uses a Cooley-Tukey type signal flow graph and is implemented in N log2 N additions and subtractions. Data sequence length must be an integer power of 2. The inverse transform is the same as the forward transform except for the multiplication factor N. This can be easily achieved by deleting the last line i.e. x=inv(N)*x Example: x=[1 2 1 1] W=FWHT(x) -The function implement the 1D sequency(Walsh) ordered fast Walsh-Hadamard transform which can be used in signal processing, pattern recongnition and Genetic alogorithms. This algorithm uses a Cooley-Tukey type signal flow graph and is implemented in N log2 N additions and subtractions. Data sequence length must be an integer power of 2. The inverse transform is the same as the forward transform except for the multiplication factor N. This can be easily achieved by deleting the last line i.e. x=inv(N)*x Example: x=[1 2 1 1] W=FWHT(x)
Platform: | Size: 2048 | Author: ry | Hits:

[Special Effectswave_matlab

Description: 基于Matlab的小波分析程序 自己也不是很懂-wavetest Matlab analysis
Platform: | Size: 11264 | Author: 陈锐桐 | Hits:

[Consoleinv-arry

Description: C 语言求矩阵的逆运算 C 怨言与 matlab 混合编程的方法-C language of a matrix inverse operation C complaints and Matlab Mixed Programming
Platform: | Size: 1024 | Author: zhaowei0509 | Hits:

[matlabinv

Description: 求素数域GF(p)中元素的逆元(可用于LTE中频域时域ZC序列的转换) 注:Matlab自带的函数gf只支持gf(2^m),本程序p可以支持任意素数。-obtain inverse of the element of prime field GF(p)
Platform: | Size: 1024 | Author: cvb | Hits:

[matlabAC_Non_Inv_Amp

Description: This a matlab file which simulates ac non inv amp-This is a matlab file which simulates ac non inv amp
Platform: | Size: 8192 | Author: umashankar | Hits:

[Energy industrythree-vsr-five-inv

Description: 三电平整流五电平逆变的MATLAB仿真,使用与学习整流器和逆变器的人员,-three vsr five inv
Platform: | Size: 931840 | Author: LICHEN | Hits:

[Data structsMAT

Description: 仿MATLAB矩阵C++运算库,包括加、减、乘、除、点加、点减、点乘、点除、赋值、转置、rank、det、eig、svd、pinv、power等的运算。inv运算使用pinv运算。最难实现的是非方阵的除法。-MatLab Matrix simulator
Platform: | Size: 23552 | Author: maguangzhi | Hits:

[Othermex_cbi_inv

Description: matlab中求逆矩阵函数inv的c语言实现-Compute matrix inverse.
Platform: | Size: 1024 | Author: Lu Jiongjian | Hits:

[Algorithmguangyini

Description: 间接将matlab里的pinv函数转换成c程序,设置的矩阵最大的行数和列数为500,如果不会用请不要说是垃圾-Indirectly in the inv matlab function into c program, maximum matrix of rows and columns is set to 500, if you do not use, do not say is rubbish
Platform: | Size: 60416 | Author: 王一 | Hits:

[matlabnlcg6-syn-inv

Description: NLCG6生成反演数据以及加入噪声的matlab程序-NLCG6 inversion data generated and added to the noise matlab program
Platform: | Size: 4096 | Author: 苏琦 | Hits:

[source in ebookLearn

Description: 机器人学导论第三版,PUMA560机器人6个角度求逆解程序。DH参数参考P80页表格,计算过程采用P90公式,输入T06矩阵,输出8组解。PM5601是求正解,03求逆解,INV是表达成函数形式。(Introduction to robotics third edition, PUMA560 robot 6 angle inverse solution program. DH parameter reference P80 page form, the calculation process using P90 formula, enter the T06 matrix, output 8 sets of solutions. PM5601 is a positive solution, 03 inverse solution, and INV is expressed as a function form.)
Platform: | Size: 3072 | Author: 酒是话媒人 | Hits:

CodeBus www.codebus.net